
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 21px;
	font-size: 13px;
    color: #6a737b;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #9d2929;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #6CB670;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #0feb9e;
}

body > section,
.footer {
	padding: 70px 0;
}

.sec-title {}

.sec-title h2 {
	font-family: 'Source Sans Pro';
	color: #4747f5;
	font-size: 28px;
	font-weight: 600;
}

.sec-sub-title {
	margin: 35px 0 45px;
}

.sec-sub-title p {
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #002d7b;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}


/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(16, 22, 54, 0.2);
  border: 0 none;
  margin: 0;
  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-header {
	height: 160px;
	width: 100%;
}

.navbar-brand {
	/*float: left;
	width: 50%;
	margin: 40px 0 0;*/
	padding: 0;
	height: 80px;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}

.navbar-brand h1 img {
	height: 80px;
	width: auto;
}

.navbar-right {
	float: right;
	text-align: right;
	width: 50%;
	line-height: 160px;
}

.contact-info {
	padding-top: 30px;
}

.contact-footer .contact-info {
	padding: 30px 20px 0;
}

.navbar-right a, .navbar-right a:hover, .contact-info a, .contact-info a:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	color: #FFF;
}

.contact-info a, .contact-info a:hover {
	display: block;
}

.contact-mail, .contact-phone {
	max-width: 40%;
	text-align: center;
	margin: 0 auto;
}

.contact-left {
	float: left;
	width: 80px;
}

.contact-left i {
	font-size: 45px;
	color: #FFF;
}

.contact-right {
	margin-left: 80px;
	text-align: left;
}

.contact-right a:first-child {
	margin-bottom: 0;
}

.contact-phone {
	margin-top: 15px;
}

.navbar-right a i {
	font-size: 25px;
	padding-right: 15px;
}

.navbar-right a:first-child {
	margin-right: 30px;
	margin-bottom: 15px;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	border-top: 1px solid #32B0EE;
	color: #fff;
}

#slider {
	padding: 0;
}

#slider .carousel-inner .item {
   background-size: 100%;
} 

}

.carousel-caption {
  top: 60%;
}

.carousel-caption h2 {
	color: #ffffff;
	font-size: 55px;
	text-align: center;
	line-height: 75px;
	font-weight: 700;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #0feb9e;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}

/*=========================================
	Introduction
==========================================*/

.intro {
	background: #FFF;
}

.intro-desc {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
	margin-top: 9px;
	margin-bottom: 13px;
	text-align: center;
	color: #404040;
}

/*=========================================
	COURSE1
==========================================*/

.course1 {
	background: #d5f0ff;
}

.course-img {
	max-width: 50%;
	margin: 0 auto 45px;
}

.course-img img {
	width: 100%;
	height: auto;
}


/*=========================================
	CONTACT US
==========================================*/

#contactUs {
	background-image: url("../img/contact-banner.jpg");
	background-color: rgba(0, 0, 0, 0.37);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color: rgba(0, 0, 0, 0.37);;
	padding: 70px 0;
}

.contact-us .sec-title h2 {
	color: rgb(55, 69, 225);
}

.contact-form {
	max-width: 35%;
	margin: 0 auto;
	position: relative;
}

#success, #error {
	font-size: 16px;
	padding: 20px;
	position: absolute;
	width: 100%;
	top: 40%;
	display: none;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
	color: #FFF;
	font-size: 16px;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.4);
	padding: 12px 16px;
	height: auto;
}

.contact-form .input-field {
	width: 100%;
	float: left;
	margin-right: 4%;
	margin-bottom: 30px
}

.contact-form .input-group label {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	display: block;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b !important;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
	background: #FFF;
	border: 0 none;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 15px;
	margin: 30px 0;
}

.contact-footer {
	font-size: 16px;
	line-height: 20px;
	padding: 30px 0;
}

.copy-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #FFF;
}

#back-top {
	background: rgba(231, 96, 84, 0.5);
	bottom: 20px;
	position: fixed;
	right: 25px;
	z-index: 9;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	color: #FFF;
	line-height: 60px;
}

#back-top:hover {
	background: rgba(231, 96, 84, 1);
}

#back-top i {
  font-size: 30px;
  font-weight: bold;
  line-height: 55px;
}

.reg-btn, .reg-btn:hover {
	background: #1f4b92;
	color: #fff;
	display: inline-block;
	padding: 15px 60px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	border: 2px solid #1f4b92;
	margin-top: 10px;
}

.reg-btn:hover {
	background: #fff;
	color: #1f4b92;
	border: 2px solid #1f4b92;
}

.qs-wrapper {
	border-bottom: 2px solid rgba(0, 0, 0, 0.04);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.question {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #404040;
	font-weight: 600;
}

.answer {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #404040;
	font-weight: 400;
	padding-top: 10px;
}

.qs-wrapper:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.qs-wrapper a, .qs-wrapper a:hover {
	color: #404040;
	text-decoration: underline;
}

.qs-wrapper a:hover {
	text-decoration: none;
}

.course2 {
	background: rgb(255, 254, 241);
}

.faq {
	background: #f9f9f9;
}

.photos-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.photos-list li {
	float: left;
	width: 25%;
}

.photos-list li img {
	width: 98%;
}